home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover North Carolina / Let's Discover North Carolina.iso / pc / FILES / FUND.dxr / 00117_hideShell.ls < prev    next >
Encoding:
Text File  |  2000-11-29  |  207 b   |  12 lines

  1. global shellDone, totalDone
  2.  
  3. on exitFrame me
  4.   sprite(33).visible = 0
  5.   sprite(53).visible = 0
  6.   shellDone = 1
  7.   totalDone = totalDone + 1
  8.   unloadMember(46)
  9.   unloadMember(158)
  10.   unloadMember(380, 384)
  11. end
  12.